home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / dragonballz_fight.swf / scripts / DefineSprite_194 / frame_44 / DoAction.as
Text File  |  2005-01-17  |  165b  |  10 lines

  1. current_y = getProperty(this, _Y);
  2. if(current_y < eval("/:GroundLevel"))
  3. {
  4.    gotoAndPlay(_currentframe + 1);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(_currentframe + 3);
  9. }
  10.